Skip to content

feat(user): add create-user domain types and API client#405

Merged
zigzagdev merged 1 commit into
feat/user-ui-createfrom
feat/user-ui-create-type
Jul 5, 2026
Merged

feat(user): add create-user domain types and API client#405
zigzagdev merged 1 commit into
feat/user-ui-createfrom
feat/user-ui-create-type

Conversation

@zigzagdev

@zigzagdev zigzagdev commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add domain types for the create-user form (AgeRange, SubscriptionTier, CreateUserFormValues)
  • Add the createUser API client (apis/user-api.ts, apis/index.ts)

Part of the feat/user-ui-create stack (1/5): type → mapper → hooks → container → ui-components.

Closes #428

Test plan

  • npm run typecheck

@zigzagdev zigzagdev left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@zigzagdev zigzagdev merged commit e752a6d into feat/user-ui-create Jul 5, 2026
1 check passed
@zigzagdev zigzagdev deleted the feat/user-ui-create-type branch July 5, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: ユーザー作成用の型とAPIクライアントを追加

1 participant